Git
Local machine
Initialize a repository
git int
Tracking changing to document
git add <filename>
commit
log
Remote repository
Adding a remote repository
git remot add <name> <url>
<name>
: a unique name for the remote, oftenorigin
.<url>
: repositoryβs URL.